Gusto is a powerful platform to manage recipes for food specific websites, that doesn't require any experience on web development, very easy to use and customize
Hi there!
Thank you for buying my web application. Hope it will help to improve your business or impress your clients and it provides recipes for all users.
This documentation is to help you regarding each step of customization.
Thank You ..
Now, Lets get started to tell you about Gusto.
Gusto
s a powerful platform to manage recipes for food specific websites.
It comes with a plethora of features that make managing the system super easy.
Users can register accounts and create their own recipes or you can use the application to manage your own and share them with your friends.
The web application is a great way to build your website, very simple to install and customize and we offer great support, That don't require and experience on web development.
Take a look at this wonderful script and you will be impressed even more! Enjoy!
Don't hesitate to contact me if you have inquiry or suggestions, and support at:
support@elmanawy.info
You will need the following softwares to customize this template.
You just need to follow this steps to keep an eye on your new website:
you can also watch this if you find this difficult
You can find the database file in (root) folder under the name of (database.sql), now you should visit your PHPmyadmin client on your dear server












You just need to follow this steps to keep an eye on your new website:
go to this link before you go on:
http://yourDomainName.com/admin
Type your admin username and password:
Email: admin@admin.com
Password: 123456
and follow those instructions
Here there we provide you for many modules:
1- Updating php version to the last.
1- Adding Sitemap
2- More features for SEO (Robots, Meta Twitter, og, Meta Keywords, Meta Descriptions)
Upgrade from Version 3.4 to 3.5
1- Run the queries provided to your database from phpMyAdmin.
INSERT INTO `settings` (`key`) VALUES ('meta_keywords');
INSERT INTO `settings` (`key`) VALUES ('meta_twitter_site');
INSERT INTO `settings` (`key`) VALUES ('meta_robots');
2- Extract and upload source files to your server.
3- Update the database.php file located into "root/application/config/database.php"
4- Update the email.php file located into "root/application/config/email.php"
5- You are done.
1- Fixing design issue in RTL Version for Mobile device.
Upgrade from Version 3.3 to 3.4
1- Extract and upload source files to your server.
2- Update the database.php file located into "root/application/config/database.php"
3- Update the email.php file located into "root/application/config/email.php"
4- You are done.
1- Able / Disable Disqus Comments.
2- Adding Chat script "Crisp".
3- Able / Disable Crisp Chat.
Upgrade from Version 3.2.2 to 3.3
1- Run the queries provided to your database from phpMyAdmin.
INSERT INTO `settings` (`key`, `default_value`) VALUES ('display_crisp', '0');
INSERT INTO `settings` (`key`) VALUES ('crisp_id');
INSERT INTO `settings` (`key`, `default_value`) VALUES ('display_disqus', '0');
2- Extract and upload source files to your server.
3- Update the database.php file located into "root/application/config/database.php"
4- Update the email.php file located into "root/application/config/email.php"
5- You are done.
1- Fixing design responsive issue.
1- Improve website design.
1- Admin can set topics (Tips & Tricks) as Public, Private and registered users.
2- Adding tags option to Topic(Tips & Tricks).
3- Admin can export list of newsletters emails.
4- Recaptcha for contact us form.
1- Adding Google Analytics.
2- Fixed style issues in mobile.
New Features:
1- Translation Option, We adding (English and Arabic) Language.
2- Supported RTL, You can choose direction (RTL Or LTR)from admin panel to display the direction of website based on your language.
3- Created Pages module (Create unlimited page ex. about us, terms & condition, privacy,..).
4- adding disqus username from admin panel also you can control displaying comments.
5- Adding meta twitter and og.
Updated:
1- Remove meta keywords from table, It's not become useful for SEO.
2- Adding created time for newsletters.
3- Adding more social media and removing google plus.
4- Changing datatype of calories and serves.
5- Fixing design issue.
6- Adding Contact Email that received the contact us messages.
You need to Run this queries in phpmyadmin:
INSERT INTO `settings` (`key`, `value`) VALUES ('contact_form_email', '');
INSERT INTO `settings` (`key`, `value`) VALUES ('disqus_user', '');
INSERT INTO `settings` (`key`, `value`) VALUES ('direction', 'ltr');
INSERT INTO `settings` (`key`, `value`) VALUES ('twitter_image', '');
INSERT INTO `settings` (`key`, `value`) VALUES ('reddit', '');
INSERT INTO `settings` (`key`, `value`) VALUES ('flickr', '');
INSERT INTO `settings` (`key`, `value`) VALUES ('snapchat', '');
INSERT INTO `settings` (`key`, `value`) VALUES ('whatsapp', '');
DELETE FROM `settings` WHERE `key` = 'google_plus';
DELETE FROM `settings` WHERE `key` = 'meta_keywords';
ALTER TABLE `newsletters` ADD COLUMN `created` DATETIME NULL AFTER `email`;
ALTER TABLE `recipes` CHANGE `serves` `serves` VARCHAR(5) NOT NULL;
ALTER TABLE `recipes` CHANGE `calories` `calories` VARCHAR(5) NOT NULL;
ALTER TABLE `recipes` DROP COLUMN `meta_keywords`;
ALTER TABLE `recipes` DROP COLUMN `meta_keywords`;
ALTER TABLE `categories` DROP COLUMN `meta_keywords`;
ALTER TABLE `blog` DROP COLUMN `meta_keywords`;
CREATE TABLE `pages`( `page_id` INT NOT NULL AUTO_INCREMENT, `title` VARCHAR(300), `permalink` VARCHAR(300), `content` TEXT, PRIMARY KEY (`page_id`) );
1- New Feature: Custom Print Option for recipe.
1- Advertisements widgets for tricks page, single trick page and recipe page
Run queries in phpmyadmin
UPDATE `ad_locations` SET `name` = 'Home Side 1' WHERE `ad_location_id` = '5';
INSERT INTO `ad_locations` (`name`) VALUES ('Home Side 2');
UPDATE `ad_locations` SET `name` = 'Recipe Side 1' WHERE `ad_location_id` = '6';
INSERT INTO `ad_locations` (`name`) VALUES ('Recipe Side 2');
INSERT INTO `ad_locations` (`name`) VALUES ('Recipe Footer');
UPDATE `ad_locations` SET `name` = 'Trick Side 1' WHERE `ad_location_id` = '7';
INSERT INTO `ad_locations` (`name`) VALUES ('Trick Side 2');
INSERT INTO `ad_locations` (`name`) VALUES ('Trick Footer');
INSERT INTO `ad_locations` (`name`) VALUES ('Tricks Side 1');
INSERT INTO `ad_locations` (`name`) VALUES ('Tricks Side 2');
2- Latest tricks and most visited tricks widgets for trick page.
3- adding text editor for tricks module.
4- Using DISQUS to comment and react for trick post and recipe.
To integrate Disqus on your website follow this link explain the steps.
https://disqus.com/features/engage/
https://disqus.com/features/engage/
1- Delete Confirmation for each module records.
2- Dynamic SMTP User for forget password email.
make sure that webmaster email added in your contact info is the same SMTP user in this file application/config/email.php
1- Fixing Security Bug at ADS Module.
1- Fixing Bug at Ads.
1- Update UX for home page.
2- Add advanced search for home page.
1- Email Template for forget password.
1- SSL Supported(Check the URL in your database).
1- Pagination in admin panel modules.
2- Filter for appearance table of users that having 2 pages for admins and normal users in admin panel.
3- Admin/ normal user can set their email appear in their profile.
Run this Query in your phpMyadmin
ALTER TABLE `users`
ADD COLUMN `email_appear` TINYINT(1) NULL;
1- Initial Version
- If you have any questions feel free to contact us at support@elmanawy.info
- If you need any modifications just contact support at support@elmanawy.info
Best Regards, Marwa El-Manawy